home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / ACTIX131.ZIP / VERSACAD / INSTALL.BAT next >
DOS Batch File  |  1993-02-05  |  4KB  |  114 lines

  1. @echo off
  2. echo off
  3. cls
  4. rem  **************************************************************************
  5. rem  **                                                                      **
  6. rem  **         Installation Batch File:                                     **
  7. rem  **     GraphicsENGINE Graphics Accelerator                              **
  8. rem  **                     and                                              **
  9. rem  **        VersaCad 5.4, 6.0, 7.0                                         **
  10. rem  **                    or                                                **
  11. rem  **                 VersaCad/386                                         **
  12. rem  **                                                                      **
  13. rem  **************************************************************************
  14. echo ACTIX Sysems, Inc.
  15. echo Device Driver Install Disk
  16. echo for the VersaCad 5.4, 6.0, 7.0 & VersaCad/386
  17. echo .
  18. echo Please wait a moment while I find which applications are installed...
  19. echo .
  20. set id=A:
  21. set ip=\versacad\
  22. rem
  23. rem first, make certain we're not logged onto the A drive
  24. rem
  25. if NOT EXIST install.bat goto CONTIN
  26. rem
  27. rem since we are, lets go to the C: drive
  28. rem
  29. c:
  30. cd \
  31. echo Searching for VersaCad on C: drive.
  32. :i_54
  33. if NOT EXIST \vcad54\v2d\v2d.exe goto i_60
  34. echo VersaCad 5.4 (VersaCad Design) found.
  35. echo Please wait while files are coping...
  36. cd \vcad54
  37. goto DOIT
  38. :i_60
  39. if NOT EXIST \vcad60\v2d\v2d.exe goto i_70
  40. echo VersaCad 6.0 (VersaCad Design) found.
  41. echo Please wait while files are coping...
  42. cd \vcad60
  43. goto DOIT
  44.  
  45. :i_70
  46. if NOT EXIST \vcad70\v2d\v2d.exe goto i_386
  47. echo VersaCad 7.0 (VersaCad Design) found.
  48. echo Please wait while files are coping...
  49. cd \vcad70
  50. goto DOIT1
  51.  
  52. :DOIT
  53. copy %id%%ip%vc2_911.com vc2_911.com > %id%%ip%install.sta
  54. echo .
  55. copy %id%%ip%vcad54.cfg s3_911.cfg > %id%%ip%install.sta
  56. echo  .
  57. copy %id%%ip%vcad54.bat \vcad54.bat > %id%%ip%install.sta
  58. echo   .
  59. goto OK
  60. :DOIT1
  61. copy %id%%ip%vc2_911.com vc2_911.com > %id%%ip%install.sta
  62. echo .
  63. copy %id%%ip%vcad386.cfg s3_911.cfg > %id%%ip%install.sta
  64. echo  .
  65.  
  66. :OK
  67. echo Please configure VersaCad Design for "S3 86C911"
  68. echo and select either "Single Screen" or "Dual Screen" options.
  69. pause
  70. enviro
  71. echo VersaCad Design driver installation completed.
  72. :i_386
  73. if NOT EXIST \vcad386\v2d\v2d.exe goto All_Done
  74. echo VersaCad / 386 found.
  75. echo Please wait while files are coping...
  76. cd \vcad386
  77. copy %id%%ip%vc3_911.com vc3_911.com > %id%%ip%install.sta
  78. echo .
  79. copy %id%%ip%vcad386.cfg s3_911.cfg > %id%%ip%install.sta
  80. echo  .
  81. copy %id%%ip%vcad386.bat \vcad386.bat > %id%%ip%install.sta
  82. echo   .
  83. echo Please configure VersaCAD/386 for "S3 86C911"
  84. echo and select either "Single Screen" or "Dual Screen" options.
  85. pause
  86. enviro
  87. echo VersaCAD/386 driver installation completed.
  88. goto All_Done
  89. :USAGE
  90. echo .
  91. echo In order to be installed correctly, the following conditions must
  92. echo be true:
  93. echo .
  94. echo   *   This install disk must be in drive A.
  95. echo   *   The install disk cannot be write protected.
  96. echo   *   The CURRENT drive must contain VersaCad 5.4, VersaCAD 6.0,
  97. echo   *   VersaCAD 7.0 or VCAD/386.
  98. echo .
  99. echo No other exceptions are allowed by this installation program.
  100. echo .
  101. echo To install in non-standard directories, please refer to the instructions
  102. echo in the manual. (%id%%ip%README.DOC)
  103. goto end
  104. :All_Done
  105. rem
  106. rem Here we will tell the user that installation is completed.
  107. rem Alex Jen
  108. if NOT EXIST %id%%ip%install.sta goto USAGE
  109. del %id%%ip%install.sta
  110. copy %id%%ip%remove.exe .
  111. echo ACTIX GraphicsENGINE driver installation is now completed!
  112. :end
  113. pause
  114.